home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / syslog10.zip / SYSLOG.DOC < prev    next >
Text File  |  1991-09-18  |  2KB  |  67 lines

  1.  
  2.                        SYSLOG v1.00 DOCUMENTATION
  3.  
  4.                          Solid Oak Software Inc.
  5.  
  6.  
  7. Purpose of program:
  8.  
  9. SYSLOG is a small memory resident ( TSR ) program, that allows the user
  10. to maintain a daily log file of activities that take place on his computer.
  11. SYSLOG will automatically keep a record of all programs run, files copied,
  12. files deleted, files created, and files opened, as well as the date and
  13. time that each activity occured.  SYSLOG has many potential used including
  14. security, productivity, diagnostics, job costing, etc. All monitoring is
  15. performed COMPLETELY in the background. The user will not even be aware of it.
  16.  
  17. SYSLOG uses only 7k of memory.
  18.  
  19.  
  20. Operation:
  21.  
  22. SYSLOG is very simple to use.  First of all, we recommend that it be
  23. installed in a directory in your current dos path. Secondly, SYSLOG is date
  24. and time sensitive, so the date and time must be set to the current values
  25. prior to running the program.
  26.  
  27. YOU MUST CREATE A DIRECTORY CALLED C:\SYSLOG ON YOUR HARD DRIVE ( C: ).
  28.  
  29. This is done by typing  MD\SYSLOG at the C: prompt.
  30.  
  31. It is recommended that you call SYSLOG from your autoexec.bat file.
  32.  
  33. SYSLOG creates a new log file for each day. All log files have the extention
  34. SOS, are kept in the C:\SYSLOG directory. The file name is created from the
  35. current date. For example SEPTEMBER 18, 1991 would generate the file name
  36. 09181991.SOS. This allows easy location of a particular file. The log files
  37. created are simple ASCII files, and can be viewed with any editor or word
  38. processor. Site license users will receive a special reader that will allow
  39. the use of hidden log files.
  40.  
  41. SYSLOG has five possible optional command line parameters.
  42.  
  43. SYSLOG /o  = Enable OPEN FILE ability. ( Can create VERY large log files )
  44.  
  45. SYSLOG /s  = Silent mode. ( No loading message. User doesn't know it's loading)
  46.  
  47. SYSLOG /r  = Produces READ-ONLY files that cannot be erased or edited.
  48.  
  49. SYSLOG /s  = Produces HIDDEN files.
  50.  
  51. SYSLOG /d  = Removes SYSLOG from memory.
  52.  
  53. ONLY OPTIONS /o and /d ARE AVAILABLE IN THE SHAREWARE VERSION.
  54.  
  55. Any ideas, or comments would be greatly appreciated.
  56.  
  57.  
  58.  
  59.                              SUGGESTED USES
  60.  
  61. Monitoring employees output and activity levels.
  62. Monitoring uuauthorized use.
  63. Security. ( Will keep record of files copied to floppy etc. )
  64. Cost accounting.
  65. Diagnostic uses.
  66.  
  67.